go/parser.parser.leadComment (field)
9 uses
go/parser (current package)
parser.go#L43: leadComment *ast.CommentGroup // last lead comment
parser.go#L190: p.leadComment = nil
parser.go#L219: p.leadComment = comment
parser.go#L621: doc := p.leadComment
parser.go#L1008: doc := p.leadComment
parser.go#L2730: doc := p.leadComment
parser.go#L2738: list = append(list, f(p.leadComment, pos, keyword, iota))
parser.go#L2761: doc := p.leadComment
parser.go#L2853: doc := p.leadComment
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)